home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / libogg / libogg-1.0rc3 / doc / Makefile < prev    next >
Encoding:
Makefile  |  2002-10-27  |  9.3 KB  |  327 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/libogg
  38. pkglibdir = $(libdir)/libogg
  39. pkgincludedir = $(includedir)/libogg
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = m68k-unknown-amigaos
  61. host_triplet = m68k-unknown-amigaos
  62. AS = @AS@
  63. CC = gcc
  64. CFLAGS = -O20 -fsigned-char -g -O2
  65. DEBUG = -g -Wall -fsigned-char -g -O2
  66. DLLTOOL = @DLLTOOL@
  67. ECHO = print -r
  68. EXEEXT = 
  69. LIBS = 
  70. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  71. LIBTOOL_DEPS = ./ltmain.sh
  72. LIB_AGE = 3
  73. LIB_CURRENT = 3
  74. LIB_REVISION = 0
  75. LN_S = ln -s
  76. MAKEINFO = makeinfo
  77. OBJDUMP = @OBJDUMP@
  78. OBJEXT = o
  79. OPT = 
  80. PACKAGE = libogg
  81. PROFILE = -O20 -g -pg -fsigned-char -g -O2
  82. RANLIB = ranlib
  83. SIZE16 = int16_t
  84. SIZE32 = int32_t
  85. SIZE64 = int64_t
  86. STRIP = strip
  87. USIZE32 = u_int32_t
  88. VERSION = 1.0rc3
  89.  
  90. AUTOMAKE_OPTIONS = foreign
  91.  
  92. SUBDIRS = ogg
  93.  
  94. docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
  95.  
  96. doc_DATA = index.html framing.html oggstream.html white-xifish.png stream.png white-ogg.png
  97.  
  98. EXTRA_DIST = $(doc_DATA)
  99. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  100. CONFIG_CLEAN_FILES = 
  101. DATA =  $(doc_DATA)
  102.  
  103. DIST_COMMON =  Makefile.am Makefile.in
  104.  
  105.  
  106. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  107.  
  108. TAR = tar
  109. GZIP_ENV = --best
  110. all: all-redirect
  111. .SUFFIXES:
  112. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  113.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps doc/Makefile
  114.  
  115. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  116.     cd $(top_builddir) \
  117.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  118.  
  119.  
  120. install-docDATA: $(doc_DATA)
  121.     @$(NORMAL_INSTALL)
  122.     $(mkinstalldirs) $(DESTDIR)$(docdir)
  123.     @list='$(doc_DATA)'; for p in $$list; do \
  124.       if test -f $(srcdir)/$$p; then \
  125.         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \
  126.         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \
  127.       else if test -f $$p; then \
  128.         echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \
  129.         $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
  130.       fi; fi; \
  131.     done
  132.  
  133. uninstall-docDATA:
  134.     @$(NORMAL_UNINSTALL)
  135.     list='$(doc_DATA)'; for p in $$list; do \
  136.       rm -f $(DESTDIR)$(docdir)/$$p; \
  137.     done
  138.  
  139. # This directory's subdirectories are mostly independent; you can cd
  140. # into them and run `make' without going through this Makefile.
  141. # To change the values of `make' variables: instead of editing Makefiles,
  142. # (1) if the variable is set in `config.status', edit `config.status'
  143. #     (which will cause the Makefiles to be regenerated when you run `make');
  144. # (2) otherwise, pass the desired values on the `make' command line.
  145.  
  146.  
  147.  
  148. all-recursive install-data-recursive install-exec-recursive \
  149. installdirs-recursive install-recursive uninstall-recursive  \
  150. check-recursive installcheck-recursive info-recursive dvi-recursive:
  151.     @set fnord $(MAKEFLAGS); amf=$$2; \
  152.     dot_seen=no; \
  153.     target=`echo $@ | sed s/-recursive//`; \
  154.     list='$(SUBDIRS)'; for subdir in $$list; do \
  155.       echo "Making $$target in $$subdir"; \
  156.       if test "$$subdir" = "."; then \
  157.         dot_seen=yes; \
  158.         local_target="$$target-am"; \
  159.       else \
  160.         local_target="$$target"; \
  161.       fi; \
  162.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  163.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  164.     done; \
  165.     if test "$$dot_seen" = "no"; then \
  166.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  167.     fi; test -z "$$fail"
  168.  
  169. mostlyclean-recursive clean-recursive distclean-recursive \
  170. maintainer-clean-recursive:
  171.     @set fnord $(MAKEFLAGS); amf=$$2; \
  172.     dot_seen=no; \
  173.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  174.       rev="$$subdir $$rev"; \
  175.       test "$$subdir" = "." && dot_seen=yes; \
  176.     done; \
  177.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  178.     target=`echo $@ | sed s/-recursive//`; \
  179.     for subdir in $$rev; do \
  180.       echo "Making $$target in $$subdir"; \
  181.       if test "$$subdir" = "."; then \
  182.         local_target="$$target-am"; \
  183.       else \
  184.         local_target="$$target"; \
  185.       fi; \
  186.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  187.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  188.     done && test -z "$$fail"
  189. tags-recursive:
  190.     list='$(SUBDIRS)'; for subdir in $$list; do \
  191.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  192.     done
  193.  
  194. tags: TAGS
  195.  
  196. ID: $(HEADERS) $(SOURCES) $(LISP)
  197.     list='$(SOURCES) $(HEADERS)'; \
  198.     unique=`for i in $$list; do echo $$i; done | \
  199.       awk '    { files[$$0] = 1; } \
  200.            END { for (i in files) print i; }'`; \
  201.     here=`pwd` && cd $(srcdir) \
  202.       && mkid -f$$here/ID $$unique $(LISP)
  203.  
  204. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  205.     tags=; \
  206.     here=`pwd`; \
  207.     list='$(SUBDIRS)'; for subdir in $$list; do \
  208.    if test "$$subdir" = .; then :; else \
  209.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  210.    fi; \
  211.     done; \
  212.     list='$(SOURCES) $(HEADERS)'; \
  213.     unique=`for i in $$list; do echo $$i; done | \
  214.       awk '    { files[$$0] = 1; } \
  215.            END { for (i in files) print i; }'`; \
  216.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  217.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  218.  
  219. mostlyclean-tags:
  220.  
  221. clean-tags:
  222.  
  223. distclean-tags:
  224.     -rm -f TAGS ID
  225.  
  226. maintainer-clean-tags:
  227.  
  228. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  229.  
  230. subdir = doc
  231.  
  232. distdir: $(DISTFILES)
  233.     @for file in $(DISTFILES); do \
  234.       d=$(srcdir); \
  235.       if test -d $$d/$$file; then \
  236.         cp -pr $$d/$$file $(distdir)/$$file; \
  237.       else \
  238.         test -f $(distdir)/$$file \
  239.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  240.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  241.       fi; \
  242.     done
  243.     for subdir in $(SUBDIRS); do \
  244.       if test "$$subdir" = .; then :; else \
  245.         test -d $(distdir)/$$subdir \
  246.         || mkdir $(distdir)/$$subdir \
  247.         || exit 1; \
  248.         chmod 777 $(distdir)/$$subdir; \
  249.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  250.           || exit 1; \
  251.       fi; \
  252.     done
  253. info-am:
  254. info: info-recursive
  255. dvi-am:
  256. dvi: dvi-recursive
  257. check-am: all-am
  258. check: check-recursive
  259. installcheck-am:
  260. installcheck: installcheck-recursive
  261. install-exec-am:
  262. install-exec: install-exec-recursive
  263.  
  264. install-data-am: install-docDATA
  265. install-data: install-data-recursive
  266.  
  267. install-am: all-am
  268.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  269. install: install-recursive
  270. uninstall-am: uninstall-docDATA
  271. uninstall: uninstall-recursive
  272. all-am: Makefile $(DATA)
  273. all-redirect: all-recursive
  274. install-strip:
  275.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  276. installdirs: installdirs-recursive
  277. installdirs-am:
  278.     $(mkinstalldirs)  $(DESTDIR)$(docdir)
  279.  
  280.  
  281. mostlyclean-generic:
  282.  
  283. clean-generic:
  284.  
  285. distclean-generic:
  286.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  287.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  288.  
  289. maintainer-clean-generic:
  290. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  291.  
  292. mostlyclean: mostlyclean-recursive
  293.  
  294. clean-am:  clean-tags clean-generic mostlyclean-am
  295.  
  296. clean: clean-recursive
  297.  
  298. distclean-am:  distclean-tags distclean-generic clean-am
  299.     -rm -f libtool
  300.  
  301. distclean: distclean-recursive
  302.  
  303. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  304.         distclean-am
  305.     @echo "This command is intended for maintainers to use;"
  306.     @echo "it deletes files that may require special tools to rebuild."
  307.  
  308. maintainer-clean: maintainer-clean-recursive
  309.  
  310. .PHONY: uninstall-docDATA install-docDATA install-data-recursive \
  311. uninstall-data-recursive install-exec-recursive \
  312. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  313. all-recursive check-recursive installcheck-recursive info-recursive \
  314. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  315. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  316. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  317. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  318. install-exec install-data-am install-data install-am install \
  319. uninstall-am uninstall all-redirect all-am all installdirs-am \
  320. installdirs mostlyclean-generic distclean-generic clean-generic \
  321. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  322.  
  323.  
  324. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  325. # Otherwise a system limit (for SysV at least) may be exceeded.
  326. .NOEXPORT:
  327.